projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f655987
)
* lisp/isearch.el (isearch--current-buffer): Give a default value.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 28 May 2015 02:43:08 +0000
(22:43 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 28 May 2015 02:43:08 +0000
(22:43 -0400)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 5599ea55632931973bf9f3df0591f87a2fdf1205..d1b92bd6a9ddb82082d476212f60f153ab9dfe07 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-943,7
+943,7
@@
convert the search string to a regexp used by regexp search functions."
;; Some high level utilities. Others below.
-(defvar isearch--current-buffer)
+(defvar isearch--current-buffer
nil
)
(defun isearch-update ()
"This is called after every isearch command to update the display.